home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SUDO / README.{_6 < prev    next >
Text File  |  1999-09-17  |  3KB  |  82 lines

  1. This is the CU version of sudo, release 1.5.4
  2.  
  3. The sudo philosophy
  4. ===================
  5.  
  6. Sudo is a program designed to allow a sysadmin to give limited root privileges
  7. to users and log root activity.  The basic philosophy is to give as few
  8. privileges as possible but still allow people to get their work done.
  9.  
  10. Where to find sudo
  11. ==================
  12. Before you try and build sudo, *please* make sure you have the current
  13. version.  The latest sudo may always be gotten via anonymous ftp
  14. from ftp.courtesan.com in the directory /pub/sudo/.
  15. The distribution is cu-sudo.vM.m.tar.Z where `M' is the major
  16. version number and `m' is the minor version number.
  17. BETA versions of sudo may also be available.  If you join
  18. the `sudo-workers' mailing list you will get the BETA announcements
  19. (see the `Mailing lists' section below).
  20.  
  21. What's new
  22. ==========
  23. For a history of CU sudo please see the HISTORY file that came with the
  24. release.  Please note that while this source is based on the Root
  25. Group's sudo 1.1, the code has been changed significantly, so please
  26. do not bother them with bugs in CU sudo.  Bug reports for this sudo
  27. should be sent to sudo-bugs@courtesan.com.
  28.  
  29. For a complete list of changes, see the CHANGES file.  For a summary,
  30. see the web page, http://www.courtesan.com/sudo/.
  31.  
  32. System requirements
  33. ===================
  34.  
  35. Sudo requires a machine running UN*X (most flavors of BSD, SYSV, or
  36. POSIX will do), a C compiler, and a yacc-compatible parser generator
  37. (yacc, byacc, bison).  If you wish to modify the tokenizer then you
  38. will need flex version 2.5.2 or later.  (sudo comes with a pre-flex'd
  39. tokenizer).  You can get flex via anonymous ftp from
  40. ftp://ftp.ee.lbl.gov/pub/flex* as well as any GNU mirror.
  41.  
  42. Building the release
  43. ===================
  44.  
  45. Please read the installation guide in the `INSTALL' file before
  46. trying to build sudo.  Things have changed quite a bit from the
  47. previous release (1.4).  The `RUNSON' file contains a list of
  48. of platforms that this version of sudo is known to work on.  If you
  49. can add to this list, please send mail to sudo-bugs@courtesan.com.
  50. If something goes wrong you may want to refer to the `TROUBLESHOOTING'
  51. file.
  52.  
  53. Copyright
  54. =========
  55.  
  56. Sudo is distributed under the `GNU general public license.'
  57. Please refer to the `COPYING' file included with the release
  58. for a copy of the license proper.
  59.  
  60. Mailing lists
  61. =============
  62.  
  63. There is a mailing list that receives announcements whenever a new
  64. version of sudo is released.  You can subscribe to it by sending a
  65. message to "majordomo@cs.colorado.edu" that includes the line
  66. "subscribe sudo-announce".
  67. There is also a list for people working on and porting sudo.  The
  68. command to add yourself is "subscribe sudo-workers".
  69.  
  70. Web page
  71. ========
  72.  
  73. There is a sudo `web page' at http://www.courtesan.com/sudo/
  74. that contains an overview of sudo as well as pointers to BETA versions
  75. and other useful info.
  76.  
  77. Bug reports
  78. ===========
  79. A list of known bugs may be found in the `BUGS' file.
  80. Please send (new) bugs, problems, comments, features, ports, etc
  81. to sudo-bugs@courtesan.com.
  82.